home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Drivers / Fd / FdParm.h < prev    next >
Text File  |  1995-12-12  |  482b  |  24 lines

  1. /*
  2.  *    Name: FdParm.h
  3.  *    Description: Global point for setting up the parameters used by the Fd
  4.  *    Project.
  5.  *    Author: Mark Salyzyn December 5 1995
  6.  */
  7.  
  8. /*
  9.  *    POSIX_KERN
  10.  *
  11.  *    This parameter fixes associated with kernel structures are
  12.  *    included. Do not undefine this variable unless you know what you are
  13.  *    doing.
  14.  */
  15. #define POSIX_KERN    1
  16.  
  17. /*
  18.  * Name used by Project.
  19.  */
  20.  
  21. static char FdDeviceName[] = "Fd";
  22.  
  23. static char FdDeviceKind[] = "Server";    /* Kind of driver registered    */
  24.